home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / rem < prev    next >
Text File  |  1991-04-23  |  647b  |  19 lines

  1.                                     REM
  2.           Displays a remark during the execution of a batch file.
  3.  
  4. COMMAND TYPE: Internal (batch)          VERSION: 2.0 and up
  5.  
  6. USE: REM [comment]
  7.  
  8. If ECHO is on, the entire line is echoed to the screen during
  9. execution of the batch file.  A comment is generally used to display
  10. messages during execution or to remind the programmer what the parts
  11. of the batch files are for.  Blank REM lines can also be used in a
  12. batch file to improve readability.
  13.  
  14. EXAMPLE: REM This is a test!
  15. will display the message:
  16.      REM This is a test!
  17.  
  18. (DOS 4.x and later) REM may also be used in <CONFIG.SYS>
  19.